/*公共样式*/

* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1200px;
}

li {
	list-style: none;
}

a {
	color: #323335;
	text-decoration: none;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	clear: both;
}

.clearfloat {
	zoom: 1
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.content_wrap {
	background: url(../img/bgpic.jpg) top center no-repeat;
	background-size: 100%;
	padding-top: 20px;
	max-width: 1800px;
	margin: auto;
}

.main {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	background: #FFFFFF;
	padding: 20px 20px;
	box-sizing: border-box;
	min-height:1000px;
}


/*头部 start*/

.banner_wrap {
	overflow: hidden;
}

.banner {
	width: 1800px;
	position: relative;
	left: 50%;
	margin-left: -900px;
}

.banner img {
	display: block;
	margin: auto;
	width: 100%;
}

.nav {
	position: relative;
	z-index: 99;
	background: #DD4037;
	width: 1200px;
	margin: auto;
}

.nav ul {
	width: 1200px;
	margin: auto;
}

.nav ul .home {}

.nav ul .home a {
	background: url(../img/home.png) no-repeat 20px 2px;
	background-size: 22px 20px;
	text-indent: 30px;
}

.nav ul li {
	float: left;
	/*font-weight: bold;*/
	color: #fff;
	/*margin-right: 5px;*/
	font-size: 18px;
	width: 132px;
	height: 56px;
	text-align: center;
}

.nav ul li>a {
	margin-top: 15px;
}

.drop>a {
	background-size: 16px;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav a {
	display: block;
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
}

.nav a:hover {
	text-decoration: underline;
}

.subnav {
	background: #DD4037;
	margin-top: 14px;
	display: none;
	font-weight: normal;
}

.subnav a {
	padding: 8px 12px;
	border-top: 1px solid #FFFFFF;
}

.subnav a:last-child {
	border-bottom: none;
}


/*头部 end*/




/*尾部*/

footer {}

.footer {
	height: 140px;
	width: 1200px;
	margin: 30px auto 0;
}

.navw {
	background: url(../img/bottom_img.jpg) no-repeat center bottom;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}

.navw a {
	color: #000;
	font-size: 16px;
}

.pd {
	color: #000;
	font-size: 14px;
	margin: 0px auto;
}

.dg {
	color: #000;
}

.mark {
	text-align: center;
	margin-top: 10px;
}

.mark img {
	vertical-align: top;
}


/*尾部*/


/*友情链接*/

.yq-link {
	background: url(../img/link.jpg) center center;
	background-repeat: no-repeat;
	height:170px;
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
}

.yq-link .c {
	width: 1200px;
	margin: 0px auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.yq-link h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom:15px;
}

.yq-link ul {
	font-size: 16px;
	overflow: hidden;
	margin-bottom:10px;
}

.yq-link ul li {
	float: left;
	margin-bottom:10px;
	margin-right:10px;
	width:120px;
}

.yq-link ul li a:link,
.yq-link ul li a:visited {
	color: #ffffff;
}

.yq-link ul li a:hover {
	/*color: #ff0000;*/
	text-decoration: underline;
}


/*友情链接*/


/*当前位置*/

.location {
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #e3e3e3;
	line-height: 30px;
	margin-bottom: 20px;
}

.location a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.location a:hover {
	color: #AB0104;
}


/*当前位置*/


/*新闻列表页*/

.list_content {
	overflow: hidden;
	margin-bottom: 30px;
}

.l_cont {
	float: left;
	width: 870px;
	padding: 0px 10px 0 0;
}

.r_cont {
	float: right;
	width: 250px;
	margin-top:38px;
}

.l_cont h2 {
	font-family: "微软雅黑", "宋体";
	font-size: 24px;
	color: #555;
	font-weight: normal;
	margin: 0 10px 5px;
}

.deco_line {
	width: 100%;
	height: 4px;
	background-color: #eff0f0;
}

.deco_line span {
	display: block;
	width: 122px;
	height: 4px;
	background-color: #e91a17;
}

.news_list {
	margin-top: 20px;
}

.news_list li {
	line-height: 30px;
	height: 30px;
	padding-left: 15px;
	background: url(../img/dot.jpg) no-repeat 5px center;
	overflow: hidden;
	margin-top: 10px;
}

.news_list li a {
	display: block;
	float: left;
	width: 750px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #323335;
}

.news_list li a:hover {
	color: #AB0104;
}

.news_list li span {
	float: right;
	font-size: 16px;
	font-family: "微软雅黑", "宋体";
	color: #555;
}

.tp_part .top h3 {
	border-top: 3px solid #e91a17;
	padding: 10px 0 20px 5px;
}

.tp_part .top a:hover {
	color: #A22428;
}

.tp_part .cont .tpimg {
	display: block;
	width: 100%;
	height: 160px;
}

.tp_part .cont img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tp_part .cont p {
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	padding: 0 10px;
	margin-top: 5px;
	font-size: 16px;
}

.tp_part .cont p:hover {
	color: #A22428;
}

.qxdt {
	margin-top: 20px;
}

.qxdt .title {
	background: #B10017;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	border-radius: 3px;
	padding: 5px 0;
	line-height:36px;
}

.qxdt .cont {
	padding: 0;
	margin-top: 10px;
	font-size: 16px;
}

.qxdt ul {
	overflow: hidden;
}

.qxdt ul li {
	height: 30px;
	line-height: 30px;
	border: 1px solid #414141;
	border-radius: 3px;
	text-align: center;
	float: left;
	width: 48%;
	box-sizing: border-box;
	margin-top: 10px;
}

.qxdt ul li:nth-child(2n) {
	float: right;
}

.qxdt ul li:nth-child(1) {
	margin-top: 0;
}

.qxdt ul li:nth-child(2) {
	margin-top: 0;
}

.qxdt ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #414141;
}

.qxdt ul li:hover {
	border-color: #A40B0B;
}

.qxdt ul li a:hover {
	background: #A40B0B;
	color: #FFFFFF;
}

.tp_link img {
	display: block;
	width: 100%;
	margin-top: 10px;
}


/*新闻列表页*/